Vcenter Namespaces Networks Nsx VpcConnectivityProfileInfo
The Vcenter Namespaces Networks Nsx VpcConnectivityProfileInfo provides information of NSX VPC Connectivity Profile.
This schema was added in vSphere API 9.0.0.0.
{
"profile": "string",
"name": "string",
"nsx_path": "string",
"description": "string",
"default_profile": false,
"external_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
],
"privatetgw_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
]
}
Identifier of the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.VpcConnectivityProfile
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.VpcConnectivityProfile
.
Name of the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
NSX path of the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
Description of the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no description is added to the VPC Connectivity Profile.
true
if this profile is the default connectivity profile in NSX project, false
otherwise.
This property was added in vSphere API 9.0.0.0.
List of NSX External IP Blocks currently configured with the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no external IP blocks are defined in the VPC Connectivity Profile.
List of NSX Private TGW IP Blocks currently configured with the VPC Connectivity Profile.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no private TGW IP blocks are defined in the VPC Connectivity Profile.